The Manual Feed Structure
The manual feed structure, of data typegxManualFeedRecord
, is passed in thestatusBuffer
field of the status structure for a manual feed alert.
struct gxManualFeedRecord { Boolean canAutoFeed; Str31 paperTypeName; }; typedef struct gxManualFeedRecord gxManualFeedRecord;
Field Description
canAutoFeed
- A Boolean value that is
true
when the driver can handle swtiching into automatic paper-feeding mode from manual-feed mode in the middle of a print job. This field is otherwisefalse
.paperTypeName
- The string name of the paper type that is to be fed manually. This field can also be an array of paper-type names.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help